AStarResult

Undocumented in source.
version(Test)
struct AStarResult (
T
) {}

Members

Variables

isPossible
bool isPossible;
Undocumented in source.
path
T[] path;
Undocumented in source.

Meta